home *** CD-ROM | disk | FTP | other *** search
/ Colorado Rockies Interactive CD-ROM 1999 / Colorado Rockies 1999 Interactive CD-ROM.iso / mac / DXR / Sched.dxr / Internal_179.ls < prev    next >
Encoding:
Text File  |  1999-03-30  |  374 b   |  19 lines

  1. on exitFrame
  2.   if rollOver(14) then
  3.     set the visible of sprite 42 to 1
  4.   else
  5.     set the visible of sprite 42 to 0
  6.   end if
  7.   if rollOver(15) then
  8.     set the visible of sprite 43 to 1
  9.   else
  10.     set the visible of sprite 43 to 0
  11.   end if
  12.   if rollOver(16) then
  13.     set the visible of sprite 44 to 1
  14.   else
  15.     set the visible of sprite 44 to 0
  16.   end if
  17.   go(#loop)
  18. end
  19.